I am currently learning the machine learning from your awesome machine learning with python series. In K Nearest Neighbors we coded the algorithm from scratch and in our data set we have only one feature, so it we can easily distinguish between various classes/group and can plot scatter plots, but how can we plot some data where we have multiple features and single label, for example the breast cancer data which you used in your series have multiple feature and single label/class.
You must be logged in to post. Please login or register an account.